home *** CD-ROM | disk | FTP | other *** search
/ George Foreman's Interac…ng, Barbeque & Rotisserie / George Foreman's Interactive Guide to Grilling, Barbeque, and Rotisserie.iso / jre / bin / hotspot / Xusage.txt < prev   
Text File  |  2002-01-25  |  1KB  |  19 lines

  1.     -Xmixed           mixed mode execution (default)
  2.     -Xint             interpreted mode execution only
  3.     -Xbootclasspath:<directories and zip/jar files separated by ;>
  4.                       set search path for bootstrap classes and resources
  5.     -Xbootclasspath/a:<directories and zip/jar files separated by ;>
  6.                       append to end of bootstrap class path
  7.     -Xbootclasspath/p:<directories and zip/jar files separated by ;>
  8.                       prepend in front of bootstrap class path
  9.     -Xnoclassgc       disable class garbage collection
  10.     -Xincgc           enable incremental garbage collection
  11.     -Xms<size>        set initial Java heap size
  12.     -Xmx<size>        set maximum Java heap size
  13.     -Xprof            output cpu profiling data
  14.     -Xrunhprof[:help]|[:<option>=<value>, ...]
  15.                       perform JVMPI heap, cpu, or monitor profiling
  16.     -Xdebug           enable remote debugging
  17.  
  18. The -X options are non-standard and subject to change without notice.
  19.